home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio 5
/
Ray Dream.iso
/
pc
/
DreamSDK
/
Windows
/
SAMPLES
/
SCENEOP
/
SCOP
/
SCOPDLL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-11
|
253 b
|
16 lines
/* $Id: ScopDll.h 1.1 1996/07/19 00:14:13 Damien Exp $ */
//
// Globals used by DLL
//
#ifndef __SCOPDLL__
#define __SCOPDLL__
// Global variables used by the DLL
extern long global_count_Obj;
extern long global_count_Lock;
#endif